Loan Calculator Notes

The original program was my first attempt at using Q7B and I used it to enhance the Quick Start Guide.
The following features have since been added as a further tutorial guide only.

1.  Labels replaced LineEdits for PaymentsDue and Repayments and coloured Grey.  Actioned in QtDesigner

2.  Event Init Added.  This worked in the Beta Version but does not work in the new December versiuon.
 
3.  btnExit asks user to confirm exit, or process another calculation.

4.  Menu Options added for tutorial purposes only.  Added in QtDesigner

5.  Icon added to window.  Actioned in QtDesigner in tthe window Icon property.

6.  ToolTips added to QLineEdit inputs.  Property values amended in QtDesigner

7.  About window added.  First add and name a ui file to the project, then create frm in QtDesigner

8.  Modified Closing option for Menu and Pushbutton options to be called from a subroutine

Upgraded by Kenko in Januay 2012 to Q7Basic December Beta Version
.
Observations/improvements/errors should be emailed to kenkob@live.co.uk

Note  Be aware that Menu Action Events are Triggered not Clicked
